home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 May
/
Designer's Club 1998 May.iso
/
pc
/
IDEASRC
/
DREAM.DIR
/
00025_exopen.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-06
|
279 b
|
15 lines
on mouseDown
puppetSound(2, "click")
if soundBusy(1) then
sound stop 1
else
puppetSound(1, "browser")
end if
repeat while the mouseDown
set the visible of sprite 12 to 0
updateStage()
end repeat
set the visible of sprite 12 to 1
updateStage()
end